home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00026_Back Butt Controller.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  84 b   |  8 lines

  1. on mouseUp
  2.   if the optionDown then
  3.     PlayOver()
  4.   else
  5.     GetBig()
  6.   end if
  7. end
  8.